home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
System
/
Sample 2.4 Think C distribution
/
gff.h
< prev
next >
Wrap
Text File
|
1990-07-09
|
653b
|
20 lines
/*______________________________________________________________________
gff.h - Get File or Folder Module Interface.
Copyright © 1988, 1989, 1990 Northwestern University. Permission is granted
to use this code in your own projects, provided you give credit to both
John Norstad and Northwestern University in your about box or document.
_____________________________________________________________________*/
#ifndef __gff__
#define __gff__
typedef FilterProc FileFilterProcPtr;
extern void gff_Get (Point *where, Str255 *prompt, FileFilterProcPtr fileFilter,
short numTypes, SFTypeList *typeList, SFReply *reply,
short dlgID);
#endif